StringPreference

public final class StringPreference implements ReadWriteProperty<Any, String>

Functions

getDefaultValue
Link copied to clipboard
final String getDefaultValue()
getName
Link copied to clipboard
final String getName()
getPreferences
Link copied to clipboard
final Lazy<SharedPreferencesgetPreferences()
getValue
Link copied to clipboard
String getValue(Object thisRef, KProperty<?> property)
setValue
Link copied to clipboard
Unit setValue(Object thisRef, KProperty<?> property, String value)

Properties

defaultValue
Link copied to clipboard
private final String defaultValue
name
Link copied to clipboard
private final String name
preferences
Link copied to clipboard
private final Lazy<SharedPreferencespreferences